projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1718281
)
(w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
author
Jason Rumney
<jasonr@gnu.org>
Tue, 15 May 2007 23:07:08 +0000
(23:07 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Tue, 15 May 2007 23:07:08 +0000
(23:07 +0000)
(mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
src/fringe.c
patch
|
blob
|
history
diff --git
a/src/fringe.c
b/src/fringe.c
index 2fb88ce01e822806dd3adb2b8757c444c6c52f87..cb75c92ff5c51785c844c29334a76232665c1ec8 100644
(file)
--- a/
src/fringe.c
+++ b/
src/fringe.c
@@
-1705,6
+1705,7
@@
mac_init_fringe ()
#endif
{
int bt;
+ struct redisplay_interface *rif = FRAME_RIF (SELECTED_FRAME ());
if (!rif)
return;
@@
-1723,6
+1724,7
@@
w32_reset_fringes ()
{
/* Destroy row bitmaps. */
int bt;
+ struct redisplay_interface *rif = FRAME_RIF (SELECTED_FRAME ());
if (!rif)
return;